home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmPopupHelp
- BackColor = &H00FFFFFF&
- BorderStyle = 0 'None
- Caption = "Form2"
- ClientHeight = 750
- ClientLeft = 3870
- ClientTop = 5715
- ClientWidth = 3510
- ClipControls = 0 'False
- ControlBox = 0 'False
- Enabled = 0 'False
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "Arial"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 1155
- Left = 3810
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 50
- ScaleMode = 3 'Pixel
- ScaleWidth = 234
- Top = 5370
- Width = 3630
- Begin PictureBox Picture1
- AutoRedraw = -1 'True
- BackColor = &H0080FFFF&
- Enabled = 0 'False
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "Arial"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00000000&
- Height = 315
- Left = 240
- ScaleHeight = 19
- ScaleMode = 3 'Pixel
- ScaleWidth = 129
- TabIndex = 0
- Top = 105
- Width = 1965
- End
- Option Explicit
- Sub Form_Load ()
- frmPopupHelp!Picture1.Top = 0
- frmPopupHelp!Picture1.Left = 0
- End Sub
-